a9a0489249d42667ed70de33367e863a7ea42aa6,src/main/groovy/org/gradle/api/plugins/GroovyPlugin.java,GroovyPlugin,configureCompile,#Project#,112

Before Change


                }));
            }
        });
        project.createTask(GUtil.map("type", GroovyCompile.class, "overwrite", true), COMPILE);
    }

    private GroovyPluginConvention groovy(Convention convention) {

After Change


                }));
            }
        });
        project.createTask(GUtil.map("type", GroovyCompile.class, "overwrite", true), COMPILE).setDescription(
                "Compiles the Java and Groovy source code.");
    }

    private GroovyPluginConvention groovy(Convention convention) {